fixed component name in tests
authorØyvind Kolås <ok@src.gnome.org>
Fri, 26 Aug 2005 13:45:28 +0000 (13:45 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Fri, 26 Aug 2005 13:45:28 +0000 (13:45 +0000)
ChangeLog
tests/rgb_to_ycbcr.c
tests/rgb_to_ycbcr_to_rgb.c

index 38557b714467652835cf4eda6241f70bcf19cb95..d116a9b09b0f0735ff14744a50c07f683d0fd796 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-25  Øyvind Kolås  <pippin@gimp.org>
+
+       * tests/rgb_to_ycbcr.c,
+       * tests/rgb_to_ycbcr_to_rgb.c: fix Y' component name
+
 2005-08-25  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl-classes.h:
@@ -7,6 +12,7 @@
        * babl/babl-image.c: s/bands/components/
        * babl/babl-pixel-format.c: (format_new) check if provided pixel
        format matches model. Calculate .bytes_per_pixel.
+       * tests/babl-html-dump.c: use format.bytes_per_pixel
 
 2005-08-25  Øyvind Kolås  <pippin@gimp.org>
 
index 3abdaa1274ddaac6780ef682464ff14b689ab07d..a9ce86742dc284431056b1d2f5ed44d50705c3e4 100644 (file)
@@ -65,7 +65,7 @@ test (void)
       "bar",
       babl_model ("y'cbcr"),
       babl_type ("float"),
-      babl_component ("Y"),
+      babl_component ("Y'"),
       babl_component ("Cb"),
       babl_component ("Cr"),
       NULL
index ac23e4dfc850b6e65a5087c4b881e80697344653..6f8aa6d29e96bfe7b2585e8907a0a809376f481e 100644 (file)
@@ -57,7 +57,7 @@ test (void)
       "bar",
       babl_model ("y'cbcr"),
       babl_type ("float"), 
-      babl_component ("Y"),
+      babl_component ("Y'"),
       babl_component ("Cb"),
       babl_component ("Cr"),
       NULL